projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
310316c
)
(struct it): New member ignore_overlay_strings_at_pos_p.
author
Kim F. Storm
<storm@cua.dk>
Fri, 11 Nov 2005 15:33:34 +0000
(15:33 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Fri, 11 Nov 2005 15:33:34 +0000
(15:33 +0000)
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/dispextern.h
b/src/dispextern.h
index 5700a958cd30b03f785a2d8a39b1a004a4e684e8..f07f761301f1c287de31620c0412bb411f2dc31e 100644
(file)
--- a/
src/dispextern.h
+++ b/
src/dispextern.h
@@
-1979,6
+1979,10
@@
struct it
/* 1 means overlay strings at end_charpos have been processed. */
unsigned overlay_strings_at_end_processed_p : 1;
+ /* 1 means to ignore overlay strings at current pos, as they have
+ already been processed. */
+ unsigned ignore_overlay_strings_at_pos_p : 1;
+
/* 1 means the actual glyph is not available in the current
system. */
unsigned glyph_not_available_p : 1;